home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / ProgramFilesFolder / r_init.scr < prev    next >
Encoding:
Text File  |  2004-01-21  |  509 b   |  26 lines

  1. !BBoxModel( s )
  2. !BSphereModel( s )
  3.  
  4. !ODEBoxModel( s )
  5. !ODESphereModel( s )
  6. !ODECylinderModel( s )
  7. !ODEConeModel( s )
  8.  
  9. !DefaultModel( s )
  10. !DefaultMaterial( s )
  11. !MonitorTextures()
  12.  
  13.  
  14. DefaultMaterial( "default.mat" )
  15.  
  16. // should be initialized as first object in system
  17. DefaultModel( "wykrzyknik.3da" )
  18.  
  19. BBoxModel( "bbox.3da" )
  20. BSphereModel( "bsphere.3da" )
  21.  
  22. ODEBoxModel( "ODEBox.3da" )
  23. ODESphereModel( "ODESphere.3da" )
  24. ODECylinderModel( "ODECylinder.3da" )
  25. ODEConeModel( "ODECone.3da" )
  26.